if (*ap->argval && ap->argval) {
printf("options: module/option=value: %s/%s=\"%s\"",
vecname, ap->argstring, *ap->argval);
- if (ap->defaultvalue && (strcmp(ap->defaultvalue, *ap->argval) == 0))
+ if (ap->defaultvalue && (case_ignore_strcmp(ap->defaultvalue, *ap->argval) == 0))
printf(" (=default)");
printf("\n");
}
arglist_t *ap;
char *res;
- if (strcmp(svecname, vec->name)) {
+ if (case_ignore_strcmp(svecname, vec->name)) {
vec++;
continue;
}
arglist_t *ap;
char *res;
- if (strcmp(svecname, svec->name)) {
+ if (case_ignore_strcmp(svecname, svec->name)) {
svec++;
continue;
}
/* Reset file type to inherit ff_type from xcsv for everything
* except the xcsv format itself, which we leave as "internal"
*/
- if (strcmp(svec->name, "xcsv")) {
+ if (case_ignore_strcmp(svec->name, "xcsv")) {
svp[i]->vec->type = xcsv_file.type;
/* Skip over the first help entry for all but the
* actual 'xcsv' format - so we don't expose the